home *** CD-ROM | disk | FTP | other *** search
/ Serving Financial Service…olutions Suite 1994 Fall / Serving Financial Services Solutions Suite 1994 Fall.iso / Apps / Cube / ACADEMY.app / InfoPanel.nib / data.classes < prev    next >
Text File  |  1994-12-14  |  690b  |  48 lines

  1. McnApp = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     appWillInit:;
  5.     terminate:;
  6.     app:;
  7.     menuDefaultAction:;
  8.     initInspectorPanels:;
  9.     appDidUpdate:;
  10.     secondDrawWindow:;
  11.     getMainMenu:;
  12.     doPowerOffSave:;
  13.     };
  14.     OUTLETS = {
  15.     open_manager;
  16.     kreuz_cursor;
  17.     plot_manager;
  18.     lupe_cursor;
  19.     tool_menu;
  20.     main_menu;
  21.     tiff_window;
  22.     snap_point;
  23.     academy_logo;
  24.     ruler_panel;
  25.     draw_inspector_panel;
  26.     save_manager;
  27.     info_panel;
  28.     selection_point;
  29.     font_menu;
  30.     libnorm_inspector_panel;
  31.     pref_inspector_panel;
  32.     hand_cursor;
  33.     };
  34.     SUPERCLASS = Application;
  35. };
  36. FirstResponder = {
  37.     ACTIONS = {
  38.     };
  39.     SUPERCLASS = Object;
  40. };
  41. InfoView = {
  42.     ACTIONS = {
  43.     };
  44.     OUTLETS = {
  45.     };
  46.     SUPERCLASS = View;
  47. };
  48.